home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- global idioma
- if idioma = "french" then
- set the fileName of castLib "idiomas" to the pathName & "french.cst"
- else
- if idioma = "deutch" then
- set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
- else
- set the fileName of castLib "idiomas" to the pathName & "english.cst"
- end if
- end if
- end
-